home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 1
/
LIGHT-ROM 1 (Amiga Library Services)(1994).iso
/
ffdisks
/
d945.lha
/
Reminder
/
RemPlay.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-12-20
|
339b
|
14 lines
/* Run Upd if necessary, play a given sample */
/* Use with Reminder by selecting ARexx script mode and entering
"RemPlay sampleid" in Comm/Script-gadget, where "sampleid" is an
id specidied in your Upd.ids file */
parse arg id
if (~show('P','PLAY')) then
address 'COMMAND' 'run >NIL: Progs:Upd -b 10000'
address PLAY "id" id